home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / util4 / embed256.lha / embed256 / Embed256.doc < prev    next >
Text File  |  1996-01-29  |  4KB  |  111 lines

  1.                               Embed256 V1.0
  2.                              The Documentation
  3.                                  6/1/1996
  4.  
  5.  
  6. Explanation:
  7.  
  8. While watching a program on TV about data encryption etc. a woman on it
  9. mentioned that she was writing some software to hide data files in images,
  10. well I thought that sounds kinda fun, so one friday night I sat down and
  11. wrote EmbedIFF24, then a few days later I though about doing the same for
  12. 256 colour images, this program is the result.
  13.  
  14. Embed256 turns the data file into a bit stream and uses the least
  15. significant bits of a 256 colour image to hide this data.
  16.  
  17. Due to the limitations of hiding data in this kind of image it is best to
  18. use grey scale images since the hidden data does not show, when using
  19. colour images try to use ones with low contrast, with some images the
  20. hidden data can show up quite noticibly! (Make the image grey in this
  21. case).
  22.  
  23. The size, depth of embeding, original data file name and a checksum are
  24. embedded in this image
  25.  
  26. Remeber: PARANOIA! PARANOIA! PARANOIA!
  27.  
  28.  
  29. Usage:
  30.  
  31. I=IMAGE/A,D=DATA,O=OUTPUT,E=DEPTH/N/K,INFO/S,SORT/S,QUIET/S:
  32.  
  33.  IMAGE: Path to IFF256 image.
  34.   DATA: Path to data file.
  35. OUTPUT: Specify output name ( default: if embeding ".embedded" will be added
  36.         to the IFF256's name and if decoding then the original data file name
  37.         will be used ).
  38.  DEPTH: Number of bits of image data to use (less bit's used the less the
  39.         image will change) 1 - 8. Default is 1.
  40.   INFO: Used to tell you how much data can be stored in the image.
  41.   SORT: Used to sort image palette and remap image (this improves the image
  42.         quality and also as a side effect improves compression of image).
  43.  QUIET: Don't tell me what your doing.
  44.  
  45.  
  46. Examples:
  47.  
  48. "Embed256 Matilda.256.IFF e=2 INFO"
  49. This will inform you of the maximum size of file that can be embedded using
  50. the 2 least significant bit's in the image file.
  51.  
  52. "Embed256 Matilda.256.IFF Embed256.doc e=2 SORT"
  53. This will embed Embed256.doc in Matilda.256.IFF at depth 2 and sort the
  54. palette and will be saved as Matilda.256.IFF.embedded.
  55.  
  56. "Embed256 Matilda.256.IFF.embedded"
  57. This will extract the data file from the image and save it as
  58. Embed256.doc in this case.
  59.  
  60.  
  61. Author Stuff:
  62.  
  63. This program is Free-Ware.
  64. Feel free to send me a postcard.
  65.  
  66. This program will only work on WB 2.0 and above.
  67. This program was written on an Amiga A1200 68882 6MB.
  68.  
  69. Currently doing a degree in computer science at Exeter University (yawn)
  70. spending most of my time coding my third year project ( Samplex ) a powerful
  71. sample editor.
  72.  
  73. Find me on IRC #goth / #gothic nick=aleph
  74.  
  75. Feel free to email me with any problems/comments/suggestions regarding my
  76. software at cs93kc@dcs.exeter.ac.uk or snail mail to 73 Prince of Wales rd,
  77. Dorchester, Dorset, England, DT1 1PS
  78.  
  79.  
  80. Shameless Plug of other software by me
  81.         Set_Icon        :- Fab icon util
  82.         RandomDataFile  :- Useful for random prefs
  83.         SBL_Eyes        :- Scaling Eyes in a window watching Mouse Pointer
  84.         SBL_AGA_Atomz   :- Classic Atoms game in hires-lace 256 colours 4plyr AI
  85.         SBL_WBGames     :- Five workbench games
  86.         BigTime         :- Modular Clock.
  87.         EmbedIFF24      :- Embed data in 24-bit images.
  88.  
  89. Real Name:- Kevin Crate ( Everyone has their demon to carry )
  90.  
  91. "Nothings quite as real, as the cold kiss of steel"
  92.  
  93.  TONES ON TAIL @ BAUHAUS @ THE SISTERS OF MERCY @ DANSE SOCIETY @ THE DAMNED
  94.  @ THE CURE @ SIOUXSIE AND THE BANSHEES @ DEAD CAN DANCE @ NIN @ CHROME @
  95.  THE RESIDENTS @ GLOBAL GENOCIDE FORGET HEAVEN @ TERMINAL POWER COMPANY @
  96.  FRONT LINE ASSEMBLY @ FRONT 242 @ MINISTRY @ CUBANATE @ PROJECT PITCHFORK @
  97.  DANCE OR DIE @ THE DOORS @ THE CULT @ DEPECHE MODE @ THE TUBEWAY ARMY @
  98.  SKINNY PUPPY @ COCTEAU TWINS @ ALIEN SEX FIEND @ etc.........
  99.  
  100.  -----BEGIN PGP PUBLIC KEY BLOCK-----
  101.  Version: 2.6
  102.  
  103.  mQCNAi/sxnYAAAEEAOaapca7JLuKEECL1mJ+6rfqYQB+gpEHT8phV8rpi+59UgXX
  104.  h0PjnTiYfaQ/yViAPVuVCJz3dNcHle366b8odjiFydA0brgNTaTbiQcUAAhN2sZL
  105.  Fvh+rGSIzAoS5cCNoEwF06lG97gJSePrKUlfAmoW8avDNON17arfg1JlSQWVAAUR
  106.  tDZhbGVwaCBOVUxMIDxjczkza2NAZGNzLmV4ZXRlci5hYy51az4gIkJ1cm5pbmcg
  107.  Q2hyb21lISI=
  108.  =FWe1
  109.  -----END PGP PUBLIC KEY BLOCK-----
  110.  
  111.